home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
SWAG
/
SWAGA_C
/
COMM.SWG
/
0051_Flushing Fossil Buffers.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1994-08-24
|
155b
|
12 lines
Procedure PurgeInput; assembler;
{ Purges the input buffer -- Empties it into obilivion! }
asm
mov AH, $0A
mov DX, port
Int $14
End;